Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add docs/ folder and slim down README
Claude CLI uses the first line of command files as preview text. With the marker at the top, every skill showed "<!-- generated by CodeCanon/sync.sh..." instead of useful context. Moving it to EOF lets the invocation header show in the preview instead. Also adds backward compatibility: read_file_info detects markers at both positions (end=current, start=legacy) and forces regeneration of legacy files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The initial implementation set body_hash=None for legacy files, which caused them to be flagged as "customized" and skipped. Instead, compute the real body_hash and return a needs_migration flag so sync_skill can force a rewrite even when content hashes match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move sync marker to EOF for better CLI preview
Document label and milestone expectations for /start and /qa in README and setup skill; add template comments. Regenerate Claude commands. Require git pull before /version step. Made-with: Cursor
…etup-guide Add greenfield GitHub baseline guide for PM/BA setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.2.0
PRs included:
Closes #2
Closes #4
Closes #7